home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Status_Type.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  1.5 KB

  1. {
  2.     "schema": {
  3.         "Name": "Text (32) NOT NULL",
  4.         "Description": "Memo/Hyperlink (255)",
  5.         "Weight": "Double NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "Name": "New",
  10.             "Description": "Incident has entered the system, but no one has looked at it yet.",
  11.             "Weight": 1
  12.         },
  13.         {
  14.             "Name": "Open",
  15.             "Description": "The appropriate resource to handle the Incident is being determined.",
  16.             "Weight": 0.7
  17.         },
  18.         {
  19.             "Name": "Investigation",
  20.             "Description": "The actual cause of the Incident is being determined.",
  21.             "Weight": 0.5
  22.         },
  23.         {
  24.             "Name": "Development",
  25.             "Description": "Incident fix is under development.",
  26.             "Weight": 0.25
  27.         },
  28.         {
  29.             "Name": "Suspended",
  30.             "Description": "Work on the Incident has been suspended until further notice.",
  31.             "Weight": 0
  32.         },
  33.         {
  34.             "Name": "Rejected",
  35.             "Description": "Incident has been rejected.",
  36.             "Weight": 0
  37.         },
  38.         {
  39.             "Name": "Duplicate",
  40.             "Description": "Incident is a duplicate of an already known Incident.",
  41.             "Weight": 0
  42.         },
  43.         {
  44.             "Name": "Not Reproducible",
  45.             "Description": "Incident is not reproducible.",
  46.             "Weight": 0
  47.         },
  48.         {
  49.             "Name": "Unit Test",
  50.             "Description": "The Incident fix is being tested by itself.",
  51.             "Weight": 0.25
  52.         },
  53.         {
  54.             "Name": "System Test",
  55.             "Description": "The Incident fix is being tested with the entire system.",
  56.             "Weight": 0.2
  57.         },
  58.         {
  59.             "Name": "Q/A",
  60.             "Description": "The Incident fix is being tested by Quality Assurance.",
  61.             "Weight": 0.1
  62.         },
  63.         {
  64.             "Name": "Closed",
  65.             "Description": "The Incident has been successfully dealt with and is now closed.",
  66.             "Weight": 0
  67.         },
  68.         {
  69.             "Name": "ReOpen",
  70.             "Description": "The Incident has resurfaced after having been closed.",
  71.             "Weight": 0.8
  72.         },
  73.         {
  74.             "Name": "N/A",
  75.             "Description": "Status is not applicable.",
  76.             "Weight": 0
  77.         }
  78.     ]
  79. }